C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / RowHeaderPath Property

In This Topic
RowHeaderPath Property (TransposedGrid<T>)
In This Topic
Gets or sets the name of the property used to create row header cells.
Syntax
'Declaration
 
Public Overridable Property RowHeaderPath As String
 
Remarks
Row header cells are not visible or selectable. They are meant for use with accessibility tools.
See Also